home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / need_for_speed_challenge.swf / scripts / DefineButton2_264 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  224b  |  10 lines

  1. on(press){
  2.    if(topTen.showing == false and topHundred.showing == false)
  3.    {
  4.       gotoAndPlay(3);
  5.       startGame.gotoAndStop(2);
  6.       welcomeScreen.gotoAndPlay(2);
  7.       startLight.gotoAndPlay("start");
  8.    }
  9. }
  10.